ShipMethod

Entity Definition

Logical Name : ShipMethod
Physical Name : CO_SHP_MTH

Identifies, defines and describes a carrier-specific method for transporting merchandise between a retailer and customer.

Data Definition

Attribute Description Physical Name Domain Data Type Foreign Key Table
ShipMethodID (PK) Token identifier for a ShipMethodInstance ID_SHP_MTH Identity integer
CarrierID (FK) A unique system assigned identifier for the Carrier. ID_CRR Identity integer Carrier(PA_CRR)
ShipMethodCode A list of codes used to categorize different arrangements for the transportation of merchandise between a retailer and customer. CD_SHP_MTH Code varchar(20)
Description Short description of a ShipMethod instance. DE_SHP_MTH DescriptionShort varchar(255)

Relationships

Parent Entity Verb Phrase Child Entity
Carrier provides ShipMethod
ShipMethod specifies method for CustomerOrderShipment
ShipMethod specifies method for CustomerDeliveryInstruction

No Logical Views for ShipMethod